home *** CD-ROM | disk | FTP | other *** search
Makefile | 2002-10-14 | 268 b | 12 lines |
- CF = -c -msmall-code -m68020 -fbaserel
-
- morefonts: morefonts.o startup.o
- gcc -s -o morefonts -nostartfiles -noixemul -msmall-code -fbaserel startup.o morefonts.o -lsmall
-
- morefonts.o: morefonts.c
- gcc $(CF) $<
-
- startup.o: startup.c
- gcc $(CF) -fwritable-strings $<
-
-